home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
anacroz.swf
/
scripts
/
DefineButton2_1676
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
209 b
|
11 lines
on(press){
if(_root.seletor_lider._currentframe == 1)
{
_root.seletor_lider.gotoAndStop(_root.seletor_lider._totalframes);
}
else
{
_root.seletor_lider.prevFrame();
}
}